runtime.lfstack.pop (method)
9 uses
runtime (current package)
lfstack.go#L36: func (head *lfstack) pop() unsafe.Pointer {
mcleanup.go#L469: b = (*cleanupBlock)(q.free.pop())
mcleanup.go#L497: return (*cleanupBlock)(q.full.pop())
mgcpacer.go#L793: node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
mgcwork.go#L427: b = (*workbuf)(work.empty.pop())
mgcwork.go#L500: b := (*workbuf)(work.full.pop())
mspanset.go#L335: if s := (*spanSetBlock)(p.stack.pop()); s != nil {
proc.go#L3545: node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
proc.go#L3986: node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |